home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / LOGO / 3827.ZIP / LOGOHLP.ZIP / ITEM.HLP < prev    next >
Encoding:
Text File  |  1990-06-12  |  419 b   |  7 lines

  1. item  -- Operation, two inputs.  Abbreviation: nth
  2.      The first input must be a positive integer less than or equal  to  the
  3.      count  of the second input.  If the second input is a word, the output
  4.      is a word of length one containing the  selected  character  from  the
  5.      word.   (Items  are numbered from 1, not 0.)  If the second input is a
  6.      list, the output is the selected member of the list.
  7.